home *** CD-ROM | disk | FTP | other *** search
/ CD Ware Multimedia 1995 May / cd Ware (Juegos) Epimundo.iso / DOS / C / SPPBC3.ZIP / HISTORY.TXT < prev    next >
Encoding:
Text File  |  1992-05-10  |  2.0 KB  |  50 lines

  1.  
  2.  
  3.      Serial++ Library
  4.      ----------------
  5.      
  6.      Serial Communications Support for Borland C++
  7.      Quality Software from Cortlandt Technologies.
  8.  
  9.      Copyright (c) 1991, 1992 Cortlandt Technologies. All rights reserved.
  10.  
  11.      Release History
  12.      ---------------
  13.  
  14.      Version 1.0       1-15-91     Initial release.
  15.  
  16.      Version 1.01      2-25-92     Revised UART initialization, to
  17.                                    correct "garbage characters" in
  18.                                    input buffer on startup.
  19.  
  20.      Version 1.10      6-12-92     Added missing reset of DMR and DLR 
  21.                                    on port close.
  22.  
  23.                                    User selectable IRQ and i/o addresses.
  24.  
  25.                                    Corrected port settle time algorithm for
  26.                                    ultra-fast machines.
  27.  
  28.                                    Revised port anchor for full support of
  29.                                    8250 internal interrupt structure;
  30.                                    added support for line status and modem
  31.                                    status interrupts.  Support for interrupt
  32.                                    driven writes has been added to the code, 
  33.                                    but not enabled in this release.
  34.  
  35.                                    Added calls for retrieving line and modem
  36.                                    status after interrupts.
  37.  
  38.                                    Changed CommPorts enum to CommPort for
  39.                                    consistancy with the other enum names.
  40.  
  41.                                    Released one version each for Borland
  42.                                    C++ Version 2.0 and Version 3.0 to
  43.                                    accomodate major changes in the internal
  44.                                    structure of class objects in 3.0.
  45.  
  46.  
  47.       USERS OF VERSIONS PRIOR TO 1.1 WILL HAVE TO RECOMPILE THEIR SOURCE
  48.       CODE WITH THIS RELEASE.
  49.  
  50.